1. python3-pip installed but pip3 command not found? sudo apt install python3-pip 执行命令,显示已经安装成功, 但是,执行的时候却找不到pip3 user@conti-del-lp-018:~/Documents/ba ...
分类:
编程语言 时间:
2020-05-15 15:47:00
阅读次数:
79
原因: so库不再压缩了,这样操作系统就可以对so内存映射。 自定义: android:extractNativeLibs 软件包安装程序是否将原生库从 APK 提取到文件系统。如果设为 false,则原生库必须保持页面对齐状态并以未压缩的形式存储在 APK 中。无需更改代码,因为链接器在运行时直接 ...
分类:
移动开发 时间:
2020-05-15 15:24:23
阅读次数:
186
1. 前言 通常我们编写 Spring MVC 接口的范式是这样的: 这种我都写吐了,今天换个口味,使用 Spring 5 新引入的函数式端点( Functional Endpoints )来耍耍。 这种方式同样支持 Spring Webflux 。 请注意可使用该特性的 Spring 版本不低于 ...
分类:
编程语言 时间:
2020-05-15 13:46:08
阅读次数:
52
nginx安装lua模块 出现LIBLUAJIT 5.1.SO.2错误的解决方法 云栖社区 阿里云 https://yq.aliyun.com/articles/604301 nginx lua 启动nginx报错找不到libluajit 5.1.so.2 会当凌绝顶的个人空间 OSCHINA ht ...
分类:
其他好文 时间:
2020-05-15 11:33:04
阅读次数:
181
***************************APPLICATION FAILED TO START*************************** Description: Method mvcConversionService in org.springframework.boot ...
分类:
其他好文 时间:
2020-05-15 09:33:22
阅读次数:
50
Description: Given a non-negative integer num represented as a string, remove k digits from the number so that the new number is the smallest possible ...
分类:
其他好文 时间:
2020-05-15 00:34:42
阅读次数:
86
进去后查看源码得到 <!-- //1st $query = $_SERVER['QUERY_STRING']; if( substr_count($query, '_') !== 0 || substr_count($query, '%5f') != 0 ){ die('Y0u are So cut ...
分类:
其他好文 时间:
2020-05-15 00:12:23
阅读次数:
60
知识点 SSTI twig 题目提示cookie 在user处尝试注入 {{7*'7'}} 回显7777777 ==> Jinja2 {{7*'7'}} 回显49 ==> Twig 这里为Twig payload {{_self.env.registerUndefinedFilterCallback ...
分类:
其他好文 时间:
2020-05-14 23:50:24
阅读次数:
97
解决方法1,给django降级 卸载django: pip uninstall django 安装低版本: pip install django==2.1.8 解决方法2,升级sqlite #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ ...
分类:
数据库 时间:
2020-05-14 19:08:51
阅读次数:
114
解决办法删除package-lock.json文件写死package.json版本号 "vue-awesome-swiper": "^3.1.3", 删除node_modules重新安装过程本地拉取远程master代码,然后执行报这个错误,经查是本地vue-awesome-swiper版本不对,因为 ...
分类:
Web程序 时间:
2020-05-14 11:13:49
阅读次数:
478